home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / g / ANNOUNCE / 000001_fdc@watsun.cc.columbia.edu_Mon Jan 3 17:09:14 EST 2000.msg < prev   
Text File  |  2020-01-01  |  3KB  |  62 lines

  1. Article: 40 of comp.protocols.kermit.announce
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.announce
  5. Subject: Announcing G-Kermit 1.00
  6. Date: 3 Jan 2000 21:57:59 GMT
  7. Organization: Columbia University
  8. Lines: 44
  9. Approved: fdc@columbia.edu
  10. Message-ID: <84r617$pqb$1@newsmaster.cc.columbia.edu>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 946936679 26443 128.59.39.2 (3 Jan 2000 21:57:59 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 3 Jan 2000 21:57:59 GMT
  15. Keywords: Kermit G-Kermit
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:40
  17.  
  18. This to announce a new, compact, and GPL'd Kermit program for UNIX.  The
  19. new program is called G-Kermit (GNU Kermit).  It is intended to meet the
  20. need for a Kermit protocol implementation that is:
  21.  
  22.  . Stable and low-maintenance
  23.  . Compact and fast with no frills
  24.  . Under the GNU Public License
  25.  
  26. G-Kermit is command-line only (no interactive commands or scripting) and
  27. remote-mode only (no making connections).  It has an extremely simple user
  28. interface, and implements a large subset of the Kermit protocol in a small
  29. amount of highly portable code.
  30.  
  31. It has been built and tested on a wide variety of UNIX platforms, ranging
  32. from early-1980s to up-to-the-minute, using both traditional C and ANSI C.
  33. It is designed to be as independent as possible of platform-specific
  34. features, and therefore to be stable for many years if we resist the
  35. temptation to add features to it.  The size of the binary ranges from 33K
  36. (on HP-UX 8.00) to 104K on Ultrix/MIPS, with an average size of 53K over 64
  37. builds, and a typical size of 37K on PC-based UNIXes.
  38.  
  39. It's easy to build, install, and uninstall.  It requires no privileges.
  40. Documentation is included as a plain-text README file and a man page.
  41.  
  42. You can find G-Kermit 1.00 on the Web at:
  43.  
  44.   http://www.columbia.edu/kermit/gkermit.html
  45.  
  46. and by FTP at:
  47.  
  48.   ftp://kermit.columbia.edu/kermit/archives/gkermit.tar.Z  (88K)
  49.   ftp://kermit.columbia.edu/kermit/archives/gkermit.tar.gz (62K)
  50.   ftp://kermit.columbia.edu/kermit/bin/gku100.* (individual binaries)
  51.  
  52. Uncompress, untar, read the README file, and take it from there (in most
  53. cases you just type "make" to build it).
  54.  
  55. Send test reports to kermit-support@columbia.edu.
  56.  
  57. Frank da Cruz
  58. The Kermit Project
  59. Columbia University
  60. New York City
  61. Web: http://www.columbia.edu/kermit/
  62. ------------------------------